home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / garfield.swf / scripts / DefineButton2_498 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  110 b   |  6 lines

  1. on(release){
  2.    score = 100 + Math.round(Math.random() * 999);
  3.    gotoAndStop("frame_won");
  4.    play();
  5. }
  6.